home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / anim / a390.dms / a390.adf / S / startup-sequence
Text File  |  1978-01-05  |  910b  |  85 lines

  1. ls df0:c/intro
  2. Run >NIL: octamedplayer TUNE
  3. ShowAnim >NIL: "anim"-c +10
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. setenv Workbench $Workbench
  46. setenv Kickstart $Kickstart
  47.  
  48. IPrefs
  49.  
  50. echo "Amiga Release 2.  Kickstart $Kickstart, Workbench $Workbench"
  51.  
  52. conclip
  53.  
  54. mount speak:
  55. mount aux:
  56. mount pipe:
  57.  
  58. path ram: c: sys:utilities sys:rexxc sys:system s: sys:prefs sys:wbstartup add
  59. if exists sys:tools
  60.     path sys:tools add
  61.     if exists sys:tools/commodities
  62.         path sys:tools/commodities add
  63.     endif
  64. endif
  65.  
  66. ; If this is the initial boot (i.e. keyboard env variable is not set)
  67. ; then execute PickMap which will query for a keymap and set the
  68. ; keyboard env variable.
  69. ; if keyboard env variable is set, set the keymap
  70. if ${sys/keyboard} NOT EQ "*${sys/keyboard}"
  71.     setmap ${sys/keyboard}
  72. else
  73.     PickMap sys: initial
  74. endif
  75.  
  76. if exists s:user-startup
  77.     execute s:user-startup
  78. endif
  79.  
  80. LoadWB
  81.  
  82. endcli >NIL:
  83.  
  84.